*, ::after, ::before {
    box-sizing: border-box;
}
.fixed-top{
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}
html,
body {
    height: 100vh;
    overflow: hidden;
    margin: 0;
}
body {
    font-family: "Titillium Web", sans-serif;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.header {
    width: 100vw;
    border-radius: 0px 0px 50px 50px;
    height: 15px;
}
.socialall {
    height: 24px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    gap: 5px;
    align-content: center;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    width: 100%;
}
.canvas-wrapper {
    position: relative;
    left: 0;
    z-index: 20;
    min-height: 100%;
}
@media (max-width: 767.98px) {
/* Mobile devices with potrait modes */       
.slide2 {
    align-items: center;
    scale: 0.8;
}       
.midpart {
    flex-direction: column;
    justify-content: space-between;
    gap: 0;
    height: 100vh;
}
/*
.toptext {
    align-items: flex-start;
    width: 95vw;   
    height: 25vh;      
}*/
    }

@media (min-width: 768px) {
/* Laptops and widescreen devices */
.slider{
    width: 25vw;
    height: 50vh;
    perspective: 1000px;
    transform-style: preserve-3d;
    position: relative;
    left: 45px;
    top: -20px;
}
.slide2 {
    align-items: flex-end;
    padding-top: 25px;
    display: flex;
    position: absolute;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    width: 25vw;
    height: 75%;
    padding-top: 0px;
    border-radius: 10px;
    top: 85px;
    left: 70vw;
    overflow: hidden;
    backdrop-filter: blur(1px);
    background: #00000024;
    box-shadow: 1px 1px 7px 0px #000000a6;
}
.contentmain {
    width: 65vw;
    top: 85px;
    height: 75%;
    left: 10px;
    position: absolute;
}
.midpart {
    flex-direction: row;
    position: absolute;
    justify-content: flex-end;
    gap: 20px;
    flex-wrap: nowrap;
    left: 2vw;
    height: 100vh;
    overflow: visible;
    contain: none;
}
.toptext {
    align-items: center;
    width: 60vw;
    gap: 25px;
    height: 40vh;
}
}

.apps {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}
.apple,
.android {
    height: 60px;
    width: 175px;
    font-size: 30px;
    border-radius: 10px;
    backdrop-filter: blur(10px);
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.containerstore {
    height: fit-content;
    width: 175px;
}
.merakfooter {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 20px;
}
.pbm {
    height: 20px;
    width: fit-content;
}
.heading1 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
    border-radius: 15px;
    width: 100vw;
}
.slide2 {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    flex-direction: column;
    padding-top: 25px;
}
.contentmain {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: column;
    align-content: center;
    flex-wrap: wrap;
    box-shadow: 1px 1px 7px 0px #000000a6;
    padding: 10px;
    border-radius: 10px;
    background: #00000024;
}
.midpart{
    padding-top: 10vh;
    display: flex;
    align-items: center;
}
.namecom{
    height: 30px;
    border-radius: 5px;
    width: fit-content;
    padding: 10px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    top: 16px;
    position: relative;

}
.logo {
    border-radius: 10px;
    height: 48px;
    width: 48px;
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
}
.logosize {
    height: 42px;
    width: 42px;
    border-radius: 8px;
}
.namesize {
    height: fit-content;
    width: 15vw;
}
.social {
    font-size: 16px;
    font-weight: 100;
    height: 20px;
    border-radius: 3px;
    width: 20px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    flex-wrap: wrap;
}
.social3 {
    font-size: 16px;
    font-weight: 100;
    height: 20px;
    border-radius: 3px;
    width: 20px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    flex-wrap: wrap;
}
.social4 {
    font-size: 16px;
    font-weight: 100;
    height: 20px;
    border-radius: 3px;
    width: 20px;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    justify-content: center;
    overflow: hidden;
    align-items: center;
    flex-wrap: wrap;
}
.logo-social {
    position: relative;
    top: 0;
    padding: 0px;
}
.toptext{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-content: center;
    flex-wrap: wrap;
    position: relative;
    backdrop-filter: blur(4px);
    border-radius: 20px;
    padding: 20px;
}
h2 {
    line-height: 30px;
    text-align: start;
    font-size: 30px;
    font-weight: 500;
    font-family: verdana;
}
p {

    line-height: 15px;
    text-align: start;
    font-size: 10px;
    font-weight: 500;
    font-family: verdana;
    margin: 0;
}
.title {
    line-height: 30px;
    text-align: start;
    font-size: 30px;
    font-weight: 500;
    font-family: verdana;
    padding: 20px;

}
a{
    display: grid;
}
